3.19.3 \(\int \frac {(a+b x)^2}{a c+(b c+a d) x+b d x^2} \, dx\) [1803]

Optimal. Leaf size=26 \[ \frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2} \]

[Out]

b*x/d-(-a*d+b*c)*ln(d*x+c)/d^2

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 26, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.069, Rules used = {640, 45} \begin {gather*} \frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^2/(a*c + (b*c + a*d)*x + b*d*x^2),x]

[Out]

(b*x)/d - ((b*c - a*d)*Log[c + d*x])/d^2

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 640

Int[((d_) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)^(m + p)*(a
/d + (c/e)*x)^p, x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&
 IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {(a+b x)^2}{a c+(b c+a d) x+b d x^2} \, dx &=\int \frac {a+b x}{c+d x} \, dx\\ &=\int \left (\frac {b}{d}+\frac {-b c+a d}{d (c+d x)}\right ) \, dx\\ &=\frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 25, normalized size = 0.96 \begin {gather*} \frac {b x}{d}+\frac {(-b c+a d) \log (c+d x)}{d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^2/(a*c + (b*c + a*d)*x + b*d*x^2),x]

[Out]

(b*x)/d + ((-(b*c) + a*d)*Log[c + d*x])/d^2

________________________________________________________________________________________

Maple [A]
time = 0.72, size = 26, normalized size = 1.00

method result size
default \(\frac {b x}{d}+\frac {\left (a d -b c \right ) \ln \left (d x +c \right )}{d^{2}}\) \(26\)
norman \(\frac {b x}{d}+\frac {\left (a d -b c \right ) \ln \left (d x +c \right )}{d^{2}}\) \(26\)
risch \(\frac {b x}{d}+\frac {\ln \left (d x +c \right ) a}{d}-\frac {\ln \left (d x +c \right ) b c}{d^{2}}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^2/(a*c+(a*d+b*c)*x+b*d*x^2),x,method=_RETURNVERBOSE)

[Out]

b*x/d+(a*d-b*c)/d^2*ln(d*x+c)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 26, normalized size = 1.00 \begin {gather*} \frac {b x}{d} - \frac {{\left (b c - a d\right )} \log \left (d x + c\right )}{d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2/(a*c+(a*d+b*c)*x+b*d*x^2),x, algorithm="maxima")

[Out]

b*x/d - (b*c - a*d)*log(d*x + c)/d^2

________________________________________________________________________________________

Fricas [A]
time = 2.90, size = 25, normalized size = 0.96 \begin {gather*} \frac {b d x - {\left (b c - a d\right )} \log \left (d x + c\right )}{d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2/(a*c+(a*d+b*c)*x+b*d*x^2),x, algorithm="fricas")

[Out]

(b*d*x - (b*c - a*d)*log(d*x + c))/d^2

________________________________________________________________________________________

Sympy [A]
time = 0.07, size = 20, normalized size = 0.77 \begin {gather*} \frac {b x}{d} + \frac {\left (a d - b c\right ) \log {\left (c + d x \right )}}{d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**2/(a*c+(a*d+b*c)*x+b*d*x**2),x)

[Out]

b*x/d + (a*d - b*c)*log(c + d*x)/d**2

________________________________________________________________________________________

Giac [A]
time = 2.09, size = 27, normalized size = 1.04 \begin {gather*} \frac {b x}{d} - \frac {{\left (b c - a d\right )} \log \left ({\left | d x + c \right |}\right )}{d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2/(a*c+(a*d+b*c)*x+b*d*x^2),x, algorithm="giac")

[Out]

b*x/d - (b*c - a*d)*log(abs(d*x + c))/d^2

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 25, normalized size = 0.96 \begin {gather*} \frac {\ln \left (c+d\,x\right )\,\left (a\,d-b\,c\right )}{d^2}+\frac {b\,x}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^2/(a*c + x*(a*d + b*c) + b*d*x^2),x)

[Out]

(log(c + d*x)*(a*d - b*c))/d^2 + (b*x)/d

________________________________________________________________________________________